1 /*
2 * Copyright (c) 2004-2005, University Health Network. All rights reserved. Distributed under the BSD
3 * license (see http://opensource.org/licenses/bsd-license.php).
4 *
5 * IPointQueryParam.java
6 *
7 * Created on 17-Dec-2004 at 2:31:34 PM
8 */
9 package ca.uhn.cache;
10
11
12 /***
13 * A <code>IPointQueryParam</code> that selects data items with values along
14 * a certain dimension exactly equal to a certain "single" value.
15 *
16 * @author <a href="mailto:alexei.guevara@uhn.on.ca">Alexei Guevara</a>
17 * @version $Revision: 1.1 $ updated on $Date: 2005/01/24 22:52:08 $ by $Author: bryan_tripp $
18 */
19 public interface IPointQueryParam extends IQueryParam {
20
21 // /***
22 // *
23 // * @return
24 // */
25 // public Object getValue();
26 }